home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / MIXER1_1 / READ_ME! < prev   
Text File  |  1991-09-12  |  1KB  |  40 lines

  1.  
  2.     "Mixer" is an extension (or cheap ripoff) of David Mark and Cartwright Reed's 
  3. "Pager" project from the "Mac Programming Primer"(Vol.1). Mixer has a single
  4. window divided into three sections. Each section has a different part of a face;
  5. eyes, nose and mouth. Scroll bars allow you to mix up the parts for humorous effects.
  6.  
  7.  
  8.     Mixer shows how to load PICTs from a programs resource fork,
  9.  
  10.     how to do a split-page scroll bar,
  11.  
  12.     how to save a screen as a PICT or MacPaint doc,
  13.     
  14.     one way to use CopyBits and
  15.     
  16.     how to print a PICT.
  17.     
  18.     Mixer was written in Think C.
  19.     
  20.     Mixer will run in System 7.
  21.     
  22.     
  23.     You can change the PICTs with ResEdit (work with a copy).
  24.     
  25.     Mixer is provided for educational purposes only;
  26. If you find it useful or amusing then upload a code example of 
  27. your own for other begining programers. 
  28.  
  29. **********************************************
  30. Version 1.1 fixes a few  bugs in version 1.0.
  31. **********************************************
  32. Version 1.1.1 was is for Think C version 5.0: it should run
  33. in version 4.0.X but you'll have to create a project which includes
  34. the 3 .c files an MacTraps.(Check "MultiFinder Aware" and "Suspend and Resume"
  35. in the "Set Project Type" dialog. The creator type is 'pMiX'.)
  36. A file containing function prototypes is included,
  37. UnloadSeg is called  from the main loop to free up memory,
  38. Some resources are "released" when the application quits.
  39.  
  40. Ops, I forgot activate events in the original version (fixed).